14. Tap Targets

Aggggh! Touch Targets!

Consider the following:

nav a, button {

}

Which CSS styles would you include inside the curly braces so that Cameron won't be tortured by tiny, impossible-to-hit buttons?

SOLUTION:
  • `min-height: 48px;`
  • `min-width: 48px;`